HW1 Setup
- Step 1: import helper module
Any folder containing a "__init__.py" file is a Python module
- Step 2: make plot
You may use the provided "plot_trace" function.
You may also want to make your own custom plot directly using matplotlib.
Reading "helper/vis/stab.py" is a good way to learn relevant matplotlib routines quickly.
Return Home